IndexOf Method (ReportObjectNamedList<TItem>)
Gets the index of the element.
'Declaration
Public Function IndexOf( _
ByVal As _
) As Integer
Parameters
- item
- The element.
Return Value
The zero-based index of element or -1 if element does not exist in the collection.